home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_03 / 9n03119a < prev    next >
Encoding:
Text File  |  1995-11-01  |  116 b   |  8 lines

  1.  
  2. /*
  3.  * xrt.h - cross-reference table interface
  4.  */
  5. void xrt_add(char *w, unsigned n);
  6. void xrt_print(void);
  7.  
  8.